home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / Re printing resolution < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.6 KB  |  [TEXT/ttxt]

  1. Subject:     Re: printing resolution
  2. Sent:        3/26/96 2:43 PM
  3. Received:    3/26/96 2:51 PM
  4. From:        lamiraux@apple.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >On the subject of printing, or more generally device resolution, I have some
  9. >questions.
  10. >
  11. >1) Will ODF based container parts print at the full resolution of the
  12. >printer? In other words, if my part has a 300 dot/inch bitmap and is
  13. >contained in say ODF draw, and the user prints on a 600 dpi printer, will my
  14. >image come out at 300 dpi?
  15. >
  16. >2) I know that the default mapping units for OpenDoc is 1/72 of an inch. If I
  17. >specify a linewidth of 2 (2/72"), will it print at 2/72" wide on a 600dpi
  18. >printer or 2/600" wide?
  19. >
  20. >I guess the bottom line is: if I don't do anything as far as setting mapping,
  21. >so on the screen a value of 1.0 is 1/72", will that same value be mapped to
  22. >the printer resolution, so that same value of 1.0 will then be 8 on a 600dpi
  23. >device?
  24. >
  25. >Thanks,
  26. >Scott Daniels
  27. >e-mail: scottdfl@aol.com
  28.  
  29. ODF has a notion of mapping. If you do nothing we are using 72 dpi (for 
  30. screen and printer). You can specify that you want to use the device 
  31. resolution by setting a mapping object created with FW_kDevice into the 
  32. graphic context. With this mapping 2 is 2 pixels instead of 2/72".
  33.  
  34. .......................................................................
  35.  Henri Lamiraux                                      lamiraux@apple.com
  36.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  37. .......................................................................
  38.  
  39.  
  40.